home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / belocs / locale-gen.conf < prev   
Text File  |  2008-06-26  |  1KB  |  38 lines

  1. #  /etc/belocs/locale-gen.conf
  2. #  Configuration file for locale-gen(8).
  3. #
  4. #  Compiled locales data used to be stored under
  5. #       /usr/lib/locale/<locale_name>/LC_*
  6. #  files.  
  7. #  Locales can also be stored in a single file
  8. #       /usr/lib/locale/locale-archive
  9. #  if ARCHIVE is set to "yes".
  10. #  Default is "no".
  11. ARCHIVE=no
  12.  
  13. #  Name of a file containing locale aliases.  Its use is deprecated.
  14. ALIASES=
  15.  
  16. #  By default, locales are generated only if they are not present
  17. #  or if any file needed to generate them has changed.
  18. #  If PURGE is set to "yes", all locales are removed before localedef
  19. #  is run.
  20. PURGE=no
  21.  
  22. #  In order to ensure that compiled locale files written by
  23. #  localedef will be successfully loaded by GNU libc routines,
  24. #  a magic number is written along with locales data.
  25. #  If this value does not match the one used to compile GNU libc,
  26. #  locales data are ignored so that data structures are not filled
  27. #  in with invalid data.
  28. #  Localedef can write compiled locales files for several formats:
  29. #    0x20051014: GNU libc CVS HEAD
  30. #    0x20031115: GNU libc >= 2.3.3
  31. #    0x20000828: 2.1.96 <= GNU libc <= 2.3.2
  32. #  The default value is "auto", which means that the value will be
  33. #  automatically determined.  As there is no way to ask GNU libc for
  34. #  this value, the localedef executable shipped in GNU libc creates 
  35. #  locales data files and current magic value is extracted from these
  36. #  files.
  37. GLIBC_MAGIC=auto
  38.